home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / streaming / qtstreammsg.win / readme.txt < prev   
Encoding:
Text File  |  2000-06-23  |  1.0 KB  |  27 lines

  1. README - QTStreamMsg
  2.  
  3. This snippet shows a few ways to work with the messages that 
  4. are displayed in the controller bar of a streaming movie. 
  5. For instance, when a connection is first established to the 
  6. streaming server, you'll typically see a series of messages 
  7. like "Connecting", "Negotiating", "Buffering", and the like.
  8. This sample code illustrates:
  9.  
  10.     (1) how to determine the status message that is about 
  11.             to be displayed     
  12.         (2) how to substitute your own message for a particular 
  13.             streaming message     
  14.         (3) how to suppress the streaming messages altogether
  15.     (4) how to display a message in the controller bar of a 
  16.             streaming movie
  17.  
  18. You perform task (4) by calling the QTStreamMsg_IssueMessage 
  19. defined in the file QTStreamMsg.c. To perform the others, you 
  20. need to have a movie controller action filter procedure installed 
  21. by your application. The function QTStreamMsg_ActionFilterProc
  22. defined in QTStreamMsg.c shows how to perform (1), (2), and (3).
  23.  
  24. Enjoy,
  25. QuickTime Team
  26.  
  27.